home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFINTER.DOC < prev    next >
Text File  |  1991-05-13  |  631b  |  29 lines

  1.             GifInter
  2.             --------
  3.  
  4. Program to convert between interlaced and non interlaced images in GIF file.
  5.  
  6. Usage:
  7. ------
  8.  
  9. Usage: GifInter [-q] [-i] [-s] [-h] GifFile
  10.  
  11.   If no GifFile is given, GifInter will try to read stdin for GIF file.
  12.  
  13.  
  14. Memory required:
  15. ----------------
  16.  
  17. Image.
  18.  
  19.  
  20. Options:
  21. --------
  22.  
  23. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  24.    of running scan lines. Use -q- to turn off.
  25. 2. [-i] : Force all images in GIF file be interlaced.
  26. 3. [-s] : Force all images in GIF file be sequencial (default).
  27. 4. [-h] : print one command line help, similar to Usage above.
  28.  
  29.